object fImage: TfImage Left = 264 Top = 190 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Insert image ...' ClientHeight = 118 ClientWidth = 407 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 12 object CheckBox1: TCheckBox Left = 8 Top = 46 Width = 145 Height = 17 Caption = 'No border around image' Checked = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 0 end object Edit1: TEdit Left = 8 Top = 14 Width = 337 Height = 20 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [] ParentFont = False TabOrder = 1 end object Button1: TButton Left = 352 Top = 14 Width = 49 Height = 20 Caption = '...' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 8 Top = 91 Width = 75 Height = 22 Caption = 'Add Image' Default = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = Button2Click end object Button3: TButton Left = 328 Top = 91 Width = 75 Height = 22 Caption = 'Cancel' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsBold] ParentFont = False TabOrder = 4 OnClick = Button3Click end object OpenDialog1: TOpenDialog DefaultExt = '*.html' Filter = 'Image Files (*.jpg;*.jpeg;*.bmp;*.gif)|*.jpg;*.jpeg;*.bmp;*.gif|' + 'All Files (*.*)|*.*' Left = 168 Top = 6 end end